projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe5ed36
)
repo-pull: Remove leftover unused %s
author
Colin Walters
<walters@verbum.org>
Mon, 16 Dec 2013 23:24:03 +0000
(18:24 -0500)
committer
Colin Walters
<walters@verbum.org>
Mon, 16 Dec 2013 23:24:03 +0000
(18:24 -0500)
src/libostree/ostree-repo-pull.c
patch
|
blob
|
history
diff --git
a/src/libostree/ostree-repo-pull.c
b/src/libostree/ostree-repo-pull.c
index 271d44da7fa7ff85337a436c76953370b422f917..5a3220bac96aca1304ea590d96f345597fefe3ec 100644
(file)
--- a/
src/libostree/ostree-repo-pull.c
+++ b/
src/libostree/ostree-repo-pull.c
@@
-204,7
+204,7
@@
update_progress (gpointer user_data)
if (pull_data->fetching_sync_uri)
{
gs_free char *uri_string = soup_uri_to_string (pull_data->fetching_sync_uri, TRUE);
- gs_free char *status_string = g_strconcat ("Requesting
%s
", uri_string, NULL);
+ gs_free char *status_string = g_strconcat ("Requesting ", uri_string, NULL);
ostree_async_progress_set_status (pull_data->progress, status_string);
}
else